home *** CD-ROM | disk | FTP | other *** search
- -- background: 3892 from stack: in
- -- bmap block id: 7710
- -- flags: 4000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openBackground
- push card
- end openBackground
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=225 top=287 right=312 bottom=252
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe up
- go to previous card
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=270 top=287 right=312 bottom=297
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe down
- go to next card
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=422 top=284 right=312 bottom=459
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- pop card -- pop this card off of the stack
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 16 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=338 top=29 right=48 bottom=456
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 20
- -- text size: 14
- -- style flags: 8448
- -- line height: 18
- -- part name:
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=10 top=293 right=331 bottom=51
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- go home
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=110 top=289 right=335 bottom=158
- -- title width / last selected line: 0
- -- icon id / first selected line: 1007 / 1007
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: ImageWriter
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Print Card"
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=164 top=291 right=333 bottom=209
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New
- ----- HyperTalk script -----
- on mouseUp
- set lockScreen to True
- put the id of this card into index
- go to card "master recipe"
- domenu "Copy Card"
- closeCard
- go to index
- domenu "Paste Card"
- set the script of this card to empty
- ask "What is name of new recipe?"
- if it is empty then
- set lockScreen to True
- domenu "Delete Card"
- go to index
- else
- put it into newName
- put newName into field 1
- set lockScreen to False
- set the name of this card to newName
- put the id of this card into temp
- set lockScreen to True
- go to index
- doMenu "New Button"
- set rect of button "New Button" to 200,100,335,115
- set textStyle of button "New Button" to plain
- set textStyle of button "New Button" to condense
- set textSize of button "New Button" to 12
- set textStyle of button "New Button" to underline
- set textFont of button "New Button" to Geneva
- set textAlign of button "New Button" to left
- set showName of button "New Button" to true
- set the style of button "New Button" to transparent
- set name of button "New Button" to newName
- put "on mouseUp" into line 1 of newScript
- put "hide message" into line 2 of newScript
- put "put newRecipe("& quote & temp & quote & ") into dummy" into line 3 of newScript
- put "go to" && temp into line 4 of newScript
- put "end mouseUp" into line 5 of newScript
- set script of button newName to newScript
- set the loc of message to 15,300
- put "Drag the button to the desired location and type Command-Tab"
- set lockScreen to False
- end if
- end Mouseup
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=313 top=288 right=310 bottom=406
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- go to first card
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=314 top=312 right=334 bottom=409
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Find
- ----- HyperTalk script -----
- on mouseUp
- doMenu "Find..."
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=470 top=286 right=313 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 26635 / 26635
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
- ----- HyperTalk script -----
- on mouseUp
- go to card "Recipe Help"
- end mouseUp
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=64 top=291 right=330 bottom=106
- -- title width / last selected line: 0
- -- icon id / first selected line: 32670 / 32670
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- show all cards
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=248 top=321 right=337 bottom=276
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Art
- ----- HyperTalk script -----
- on mouseUp
- push card
- go to card "Art Ideas"
- end mouseUp
-
-